home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5394 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: pip.shsu.edu!usenet
  2. From: stdmxg02@pip.shsu.edu (Jonathan Ko)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Usr Sporster INF files
  5. Date: Sat, 24 Feb 1996 04:34:30 GMT
  6. Organization: Home
  7. Message-ID: <4gm4jj$2s3@pip.shsu.edu>
  8. References: <4gac2i$tfl@klein.iguide.com>
  9. NNTP-Posting-Host: xdial1-slip9.shsu.edu
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Bob Moister <BMOISTER@mci.newscorp.com> wrote:
  13.  
  14. >Ok, so I download the Sportster Inf file from USR's "On-Line Support"
  15. >page - MDMUSRSP.INF - install it into my windows/inf directory
  16. >as instructed to do.
  17. >And guess what ... now absolutely NO sporster modems show up in the USR section
  18. >of modem drivers when I try to add a new driver.
  19. >Any thoughts?
  20. >Of course I tried to call/fax/email USR, but............
  21. >thanks
  22. >bob
  23.  
  24. It has been a while since I downloaded the file and installed it.  I
  25. think I modified a little, but I don't remember what I did.  Here is a
  26. copy of mine,
  27.  
  28. ;-----cut here ------------------------------------------------
  29. ; MDMUSR.INF
  30. ;
  31. ; For use with Windows for Workgroups, NT 3.1, NT 3.5
  32.  
  33. [Responses]
  34.  
  35. ; General non Connect responses that all USR modems generate...
  36.  
  37. OK=<cr><lf>OK<cr><lf>
  38. LOOP=<cr><lf>RING<cr><lf>
  39. LOOP=<cr><lf>RINGING<cr><lf>
  40. ERROR=<cr><lf>ERROR<cr><lf>
  41. ERROR_NO_CARRIER=<cr><lf>NO CARRIER<cr><lf>
  42. ERROR_VOICE=<cr><lf>VOICE<cr><lf>
  43. ERROR_NO_DIALTONE=<cr><lf>NO DIAL TONE<cr><lf>
  44. ERROR_BUSY=<cr><lf>BUSY<cr><lf>
  45. ERROR_NO_ANSWER=<cr><lf>NO ANSWER<cr><lf>
  46.  
  47. ; General connect responses that all USR modems generate...
  48.  
  49. CONNECT=<cr><lf>CONNECT <ignore>/NONE<ignore>
  50. CONNECT_EC=<cr><lf>CONNECT <ignore>/ARQ<ignore>
  51.  
  52. ; Since serial port is locked, carrier rate is irrelevant.  The RAS
  53. ; client calculates link rate after connection is accepted.
  54.  
  55. [USRobotics General]
  56.  
  57. ; This selection can be used by almost ALL USRobotics modems!
  58.  
  59. ; * A MAXCONNECTBPS of 38400 allows this to be used by older modems
  60. such as the HST 14400.
  61.  
  62. ; * Compression is off by default because of the lower DTE-DCE rate.
  63.  
  64. ; * ITU-T standards are on by default to ensure compatibility with
  65. ;   non-USR modems.
  66.  
  67. ; * X4 is set to ensure compatibility with Sportster modems.  Advanced
  68. ;   dial features for Courier can be activated by placing X7 in the
  69. dial
  70. ;   string. (i.e. phone number field contains "1-708-676-1059x7")
  71.  
  72. CALLBACKTIME=10
  73. DEFAULTOFF=compression
  74. MAXCARRIERBPS=28800
  75. MAXCONNECTBPS=38400
  76. <speaker_on>=m1
  77. <speaker_off>=m0
  78. <hwflowcontrol_on>=&h1&r2
  79. <hwflowcontrol_off>=&h0Hr1
  80. <compression_on>=&k3
  81. <compression_off>=&k0
  82. <protocol_on>=&m4
  83. <protocol_off>=&m0
  84. <autodial_on>=ATdt
  85. <autodial_off>=ATd
  86. COMMAND_INIT=AT&f&a3x4e1q0v1s0=0s7=55s2=128<cr>
  87. COMMAND_INIT=AT&c1&d2b0x4<hwflowcontrol><compression><protocol><speaker><cr>
  88. COMMAND_DIAL=<autodial><phonenumber><cr>
  89. COMMAND_LISTEN=ATS0=1<cr>
  90.  
  91. ; US Robotics modems are defined in original MODEM.INF are maintained
  92. ; here for installation purposes
  93.  
  94. [US Robotics Courier Dual]
  95. ALIAS=USRobotics General
  96.  
  97. [US Robotics Courier HST]
  98. ALIAS=USRobotics General
  99.  
  100. [US Robotics Courier V.32bis]
  101. ALIAS=USRobotics General
  102.  
  103. [US Robotics Sportster 2400]
  104. ALIAS=USRobotics General
  105.  
  106. [US Robotics Sportster 9600]
  107. ALIAS=USRobotics General
  108.  
  109. [US Robotics V.FC/V.34]
  110. ALIAS=USRobotics General
  111.  
  112. ;--cut here, end of file ---------------
  113.  
  114. 1. make sure putting it under /winnt/system32/ras directory
  115. 2, go to control panel, network, reinstall the drive
  116. 3. reboot
  117.  
  118. Jonathan
  119.  
  120.